home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Web Clips Gallery 98
/
web clips 98.iso
/
MIX
/
PROJECT1.~DP
< prev
next >
Wrap
Text File
|
1998-03-23
|
188b
|
14 lines
program Project1;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.